home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / iinst151.lha / iNTERiNSTALL / TCP3ADD / db / netdb < prev   
Text File  |  1995-08-01  |  741b  |  39 lines

  1. ;
  2. ; netdb -- the network database file for AmiTCP/IP
  3. ;
  4. ; Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
  5. ;                  Helsinki University of Technology, Finland.
  6. ;                  All rights reserved.
  7. ;
  8. ; $Id: netdb,v 1.7 1993/07/23 11:01:43 puhuri Exp $
  9. ;
  10. ; Created      : Thu Apr 22 15:05:21 1993 ppessi
  11. ; Last modified: Mon Jun 14 02:48:06 1993 jraja
  12. ;
  13. ; Include information from local networking environment
  14. ; (File created by installer)
  15. WITH netdb-myhost
  16. ;
  17. ;
  18. ; hosts
  19. ;
  20. H 127.0.0.1    localhost
  21. ;WITH hosts PREFIX=H
  22. ;
  23. ; Local networks
  24. ;
  25. N loopback-net    127        software-loopback-net
  26. ;
  27. ; Protocols
  28. WITH protocols PREFIX=P
  29. ;
  30. ; Network services, Internet style
  31. ;
  32. WITH services PREFIX=S
  33.  
  34. WITH inet.access PREFIX=ACCESS
  35.  
  36.  
  37. ;;;; EOF
  38.